Move exception handler for sxp.ParseError above that for Exception, as the
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 26 Oct 2005 13:59:29 +0000 (14:59 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 26 Oct 2005 13:59:29 +0000 (14:59 +0100)
commit0edd55be1931088d9f8795ec60b3f27cdc2f3a03
tree1eb1ec8688f790ffb84a1591f3bce997f4428d55
parenta8a1d48e4ccc545e7f50d46beb32acd2833fd474
Move exception handler for sxp.ParseError above that for Exception, as the
latter subsumes the former.  Minor tidy-ups.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/server/SrvDomainDir.py